Holds the common builder methods for XSLT related builders.
- B
- Documentation for this section has not yet been entered.
|
WithDocumentFunction
()Enables the document() function |
|
|
WithExtensionObject
(string, object)Adds an extension object. |
|
|
WithoutDocumentFunction
()Disables the document() function |
|
|
WithoutScripting
()Disables Script Blocks. |
|
|
WithParameter
(string, string, object)Adds a parameter. |
|
|
WithScripting
()Enables Script Blocks. |
|
|
WithStylesheet
(Org.XmlUnit.ISource)Sets the stylesheet to use. |
|
|
WithXmlResolver
(System.Xml.XmlResolver)Sets the resolver to use for the document() function and xsi:import/include. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Enables the document() functionSyntax
public B WithDocumentFunction ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Adds an extension object.Syntax
Parameters
- namespaceUri
- Documentation for this section has not yet been entered.
- extension
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Disables the document() functionSyntax
public B WithoutDocumentFunction ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Disables Script Blocks.Syntax
public B WithoutScripting ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Adds a parameter.Syntax
Parameters
- name
- Documentation for this section has not yet been entered.
- namespaceUri
- Documentation for this section has not yet been entered.
- parameter
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Enables Script Blocks.Syntax
public B WithScripting ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Sets the stylesheet to use.Syntax
public B WithStylesheet (Org.XmlUnit.ISource s)Parameters
- s
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Sets the resolver to use for the document() function and xsi:import/include.Syntax
public B WithXmlResolver (System.Xml.XmlResolver r)Parameters
- r
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241